<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cpt-toast {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h4_fixed_bar {
    position: fixed;
    z-index: 9997;
    bottom: 80px;
    right: 10px;
    /* width: 52px; */
    /* background: #FFF; */
    /* box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.1); */
}
.h4_fixed_bar .fixed_bar_item {
    position: relative;
    text-align: center;
    /* background-color: #FFF; */
    /* border-bottom: 1px solid #E8E8E8; */
    /* overflow: hidden; */
}
.h4_fixed_bar .fixed_bar_item:hover {
    /* overflow: visible; */
}
.h4_fixed_bar .fixed_bar_item &gt; a {
    position: relative;
    z-index: 9;
    display: block;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service.retract-status {
    width: 50px;
    height: 142px;
    background: #6d97f5;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service.retract-status &gt; a &gt; p.lg {
    margin-top: 6px;
    font-size: 14px;
    width: 14px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service {
    width: 70px;
    height: 85px;
    background: #6d97f5;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service:hover {
    background: #16B799;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service &gt; a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service &gt; a &gt; img{
    width: 24px;
    height: 24px;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service &gt; a &gt; p.lg{
    margin-top: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.h4_fixed_bar .fixed_bar_list {
    width: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
    margin: 16px 0;
    padding: 2px 0 0;
    box-sizing: border-box;
}
.h4_fixed_bar .fixed_bar_list.fixbar-none {
    display: none;
}
.h4_fixed_bar .retract-fixbar {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
    margin: 9px 0 18px;
}
.h4_fixed_bar .retract-fixbar.fixbar-none {
    display: none;
}
.h4_fixed_bar .retract-fixbar p {
    width: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
}
.h4_fixed_bar .retract-fixbar img {
    width: 10px;
    margin-top: 7px;
}
.h4_fixed_bar .fixed_bar_list .open-fixed-bar {
    cursor: pointer;
    height: 52px;
    background: #6d97f5;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.h4_fixed_bar .fixed_bar_list .open-fixed-bar img {
    width: 8px;
    margin-top: -6px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item {
    height: 63px;
    border-bottom: 1px solid #E9E9E9;
    margin: 0 7px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:last-child {
    border-bottom: none;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_need&gt;a&gt;img {
    width: 20px;
    height: 22px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_feedback &gt; a &gt; img{
    width: 24px;
    height: 21px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_report &gt; a &gt; img{
    width: 25px;
    height: 25px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_wechat &gt; a &gt; img{
    width: 26px;
    height: 22px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_applets &gt; a &gt; img{
    width: 24px;
    height: 24px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item&gt;a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item&gt;a&gt;p {
    margin-top: 5px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item&gt;a&gt;img.selected {
    display: none;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item&gt;a&gt;img.unselect {
    display: block;
}

.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover&gt;a&gt;p {
    color: #6d97f5;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover&gt;a&gt;img.selected {
    display: block;
}

.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover&gt;a&gt;img.unselect {
    display: none;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service:hover .hover_box {
    display: flex;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_wechat:hover .wechat_hover_box {
    display: block;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_applets:hover .applets_hover_box {
    display: block;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top.retract-status {
    width: 50px;
    height: 50px;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top {
    display: none;
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top &gt; a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top &gt; a &gt; img {
    width: 24px;
    height: 21px;
}

.hover_box {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 46px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
    transition: all .3s linear;
    border-radius: 6px;
    /* overflow: hidden; */
}
.hover_box:before {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background-color: #FFF;
}
.hover_box:after {
    position: absolute;
    z-index: -1;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    transform: rotate(225deg);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}
.hover_box.service_hover_box:before {
    position: absolute;
    z-index: 9;
    top: -66px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 10px;
    height: 28px;
    background-color: #FFF;
}
.hover_box.service_hover_box:after {
    position: absolute;
    z-index: -1;
    right: -8px;
    top: -210px;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    transform: rotate(225deg);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}
.hover_box.service_hover_box.has-qrcode:before, .hover_box.service_hover_box.has-qrcode:after {
    top: -132px;
}
/* vip hover 寮规 */
.vip_hover_box {
    top: 0;
    left: -258px;
    width: 270px;
    height: 110px;
    line-height: 17px;
    font-size: 12px;
    color: #6d97f5;
    text-align: left;
    border-radius: 6px;
    box-shadow: none;
}
.vip_hover_box:before {
    right: 28px;
    z-index: 9997;
    background: #FFF url('../images/fixedbar/icon_vip_hover.svg') center 97% no-repeat;
}
.vip_hover_box:after {
    right: 24px;
    z-index: 999;
    background: #FFF url('../images/fixedbar/icon_vip_hover.svg') center 90% no-repeat;
}
.vip_hover_box &gt; div {
    position: relative;
    z-index: 999;
    width: 240px;
    height: 100%;
    background: url('../images/fixedbar/icon_vip_hover.svg') 0 0 / 248px 116px no-repeat;
    padding: 16px 0 0 20px;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .15);
}
.vip_join_btn {
    position: absolute;
    left: 20px;
    bottom: 18px;
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #6d97f5;
    border-radius: 16px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 2px 4px 0px rgba(50, 214, 147, 0.44);
}
.vip_join_btn:hover {
    background: rgba(50, 214, 147, .8);
    color: #FFF;
}
.statistic-weChart{
    width: 132px;
    height: 132px;
}
/* wechat hover寮规 */
.wechat_hover_box {
    top: -50px;
    left: -190px;
    width: 172px;
    height: 172px;
    background: #FFF;
    padding-top: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1500);
}
.wechat_hover_box span {
    display: block;
    line-height: 17px;
    margin-top: 8px;
    font-size: 12px;
    color: #6d97f5;
    font-family: PingFangSC-Regular, PingFang SC;
}
.wechat_hover_box img {
    width: 124px;
    height: 124px;
 }
.applets_hover_box img {
   width: 122px;
   height: 122px;
}
.applets_hover_box {
    top: -50px;
    left: -190px;
    width: 172px;
    height: 172px;
    background: #FFF;
    padding-top: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1500);
}
.applets_hover_box span {
    display: block;
    line-height: 17px;
    margin-top: 8px;
    font-size: 12px;
    color: #6d97f5;
    font-family: PingFangSC-Regular, PingFang SC;
}
/* service hover 寮规 */
.service_hover_box {
    left: -198px;
    top: -17px;
    /* width: 200px;
    height: 128px; */
    background: #FFF;
    padding: 20px;
}
.service_hover_box.has-qrcode {
    top: -17px;
    left: -380px;
}
.service_hover_box .service-hover-item-wrap:not(:first-child) {
    margin-left: 48px;
}
.service_hover_box .service-hover-item-wrap .service-hover-title{
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    text-align: left;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .service-hover-ftitle {
    margin: 10px 0 9px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .service-hover-qrcode {
    display: block;
    width: 122px;
    height: 122px;
    margin-bottom: 12px;
}
.service_hover_box .service-hover-item-wrap .service-hover-tips {
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #6d97f5;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap {
    margin-top: 10px;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap {
    display: flex;
    align-items: center;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap:not(:first-child) {
    margin-top: 16px;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap&gt;img {
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap&gt;p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    text-align: left;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.fixedbar_alert_hide {
    display: none;
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .4);
}
.fixedbar_alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 99999;
    width: 600px;
    background: #FFF;
}
.fixedbar_alert .fixedbar_alert_head {
    position: relative;
    height: 51px;
    line-height: 50px;
    font-size: 20px;
    color: rgba(0, 0, 0, .65);
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
}
.fixedbar_alert .fixedbar_alert_head img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 22px;
    height: 22px;
    margin: auto;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_body {
    
}
.fixedbar_alert .fixedbar_alert_body .remind {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(254, 160, 0, .1);
    margin: 10px 0 20px;
    font-size: 14px;
    color: #FEA000;
    text-align: center;
}
.fixedbar_alert .fixedbar_alert_body .remind_cont {
    padding-bottom: 30px;
}
.fixedbar_alert .fixedbar_alert_body .remind_cont &gt; p {
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}
.fixedbar_alert .fixedbar_alert_body .remind_cont &gt; p span {
    color: #FEA000;
    font-weight: bold;
}
.fixedbar_alert .fixedbar_alert_form {
    width: 100%;
}
.fixedbar_alert .fixedbar_alert_form .form_item {
    margin-bottom: 20px;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col1 {
    width: 124px;
    line-height: 28px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col1 span {
    color: #FF4100;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 {
    width: 476px;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .select_btn {
    float: left;
    display: inline-block;
    width: 90px;
    line-height: 26px;
    margin-right: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
    border: 1px solid #DEDEDE;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .select_btn.active {
    border: 1px solid #6d97f5;
    background: url('../images/fixedbar/selected.png') 100% 100% / 16px 16px no-repeat;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 textarea {
    width: 420px;
    height: 120px;
    padding: 10px;
    border: 1px solid #DEDEDE;
    resize: none;
    overflow-y: auto;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input[type=text] {
    width: 420px;
    height: 28px;
    padding-left: 12px;
    border: 1px solid #DEDEDE;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input[type=file] {
    position: absolute;
    left: 0;
    width: 92px;
    height: 26px;
    opacity: 0;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input:focus, .fixedbar_alert .fixedbar_alert_form .form_item .col2 textarea:focus {
    border-color: #6d97f5;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .upfile {
    position: relative;
    width: 92px;
    height: 26px;
    line-height: 24px;
    background: url('../images/fixedbar/icon_upload.svg') 10px center no-repeat;
    padding-left: 34px;
    font-size: 12px;
    color: #5E8DF7;
    border: 1px solid #DEDEDE;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .upfile:hover {
    background-color: rgba(94, 141, 247, .1);
    border-color: #5E8DF7;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc {
    max-width: 320px;
    line-height: 14px;
    margin-left: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, .25);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name {
    display: none;
    line-height: 28px;
    color: rgba(0, 0, 0, .65);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name b {
    margin-left: 5px;
    color: rgba(0, 0, 0, .65);
    font-weight: normal;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name b:hover {
    color: #6d97f5;
}
.fixedbar_alert .submit_btn, .fixedbar_alert .confirm_btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background-color: #6d97f5;
    margin: 30px auto;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}
.fixedbar_alert .submit_btn:hover, .fixedbar_alert .confirm_btn:hover {
    background-color: rgba(50, 214, 147, .8);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .tip {
    margin-top: 4px;
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .tip img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
</pre></body></html>